@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0px !important;
    padding: 0px !important;
}

html,
body {
    margin: 0px !important;
    padding: 0px !important;
}

/* About Page */
#about_banner {
    width: 100vw !important;
    height: calc(100vh - 130px) !important;
    position: relative !important;
    background: linear-gradient(to right, #ff4e00, #0066ff);

}

#about_banner img {
   
   
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    object-fit: cover !important;
}

#about_banner_contents {
    width: 550px !important;
    position: absolute;
    top: 30px;
    left: 80px;
}
.about_content_enter{
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#about_banner_contents h1 {
    font-size: 40px !important;
    font-weight: 600;
    word-spacing: 5px;
    color: #ffffff;

}

#about_banner_contents p {
    font-size: 18px;
    font-weight: 500;
    word-spacing: 1px;
    color: #ffffff;
    padding-top: 10px !important;

}


@media only screen and (max-width: 600px) {

    #about_banner {
        width: 100vw !important;
        height: 450px !important;
        margin-bottom: 20px !important;
        background-color: #dadada;

    }

    #about_banner img {
        /* display: none !important; */
        width: 100% !important;
        height: 100% !important;
        object-fit: fill !important;
        opacity: 0.7;
    }

    #about_banner_contents {
        width: 400px !important;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #about_banner_contents h1 {
        font-size: 40px !important;
        font-weight: 600;
        word-spacing: 5px;
        color: #ffffff;

    }

    #about_banner_contents p {
        font-size: 14px;
        font-weight: 600;

        color: #ffffff;
        padding-top: 10px !important;

    }

}

/* About Page2 */
#about_page2 {
    width: 100vw !important;
    height: 80vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.about_page2_l {
    width: 45vw !important;
    height: 70vh !important;

}

.about_page2_r {
    width: 45vw !important;
    height: 70vh !important;

    background-color: #00000012;
}

.about_page2_r p {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-left: 40px !important;
}

.about_page2_l img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.a_p_h {
    font-size: 33px !important;
    font-weight: 600;
    margin-top: 30px !important;
    margin-left: 40px !important;
  
}

.about_page2_r p img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover !important;

}

@media only screen and (max-width: 600px) {
    #about_page2 {
        width: 100vw !important;
        height: 45vh !important;
        margin-top: -302px !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
    }

    .about_page2_l {
        width: 100vw !important;
        height: 45vh !important;
        position: absolute !important;
    }

    .about_page2_r {
        width: 100vw !important;
        height: 45vh !important;
        background-color: #00000071;
        position: absolute !important;
    }

    .a_p_h {
        font-size: 25px !important;
        font-weight: 600;
        margin-top: 50px !important;
        margin-left: 10px !important;
        margin-bottom: 30px !important;
        text-align: justify !important;
        color: #ffffff;

    }

    .about_page2_r p {
        font-size: 14px !important;
        margin-top: 10px !important;
        margin-left: 10px !important;
        color: #ffffff;
        font-weight: 600;

    }

    .about_page2_r p img {
        width: 20px !important;
        height: 20px !important;
        object-fit: cover !important;
        background-color: #fff;
        border-radius: 50% !important;
    }

}

/* About Page3 Styling */

/* Global Styles */
#about_page3 {
    width: 100% !important;
    background: #f8f9fa !important;
    padding: 60px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.ourVission {
    text-align: center !important;
    color: #343a40 !important;
    font-size: 36px !important;
    margin-bottom: 50px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.vission_wrapper {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    padding: 0 20px !important;
}

/* Card Styles */
.vission_card {
    width: calc(25% - 20px) !important;
    height: 350px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(0) !important;
    transition: all 0.3s ease-in-out !important;
    position: relative !important;
}

.vission_card:hover {
    transform: translateY(-10px) !important;
}

.vission_card:hover .vission_img img {
    transform: scale(0.75) !important;
}

.vission_card:hover .vission_contant {
    transform: scale(1) !important;
}

.vission_card:hover {
    border: 5px solid transparent !important;
    background-clip: padding-box !important;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.5) !important;
}

.vission_card:hover::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(45deg, #007bff, #ff0000) !important;
    z-index: -1 !important;
    animation: rotate-border 3s infinite linear !important;
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg) !important;
    }
    100% {
        transform: rotate(360deg) !important;
    }
}

/* Image Styles */
.vission_img {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    position: relative !important;
}

.vission_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: all 2s ease-in-out !important;
}

/* Content Styles */
.vission_contant {
    width: 100% !important;
    height: 150px !important;
    background-color: #fff !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
   
    box-sizing: border-box !important;
    transition: all 2s ease-in-out !important;
}

.vission_contant h1 {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #333 !important;
    line-height: 1.5 !important;
    transition: all 2s ease-in-out !important;
}

.vission_card:hover .vission_contant h1 {
    color: #ff0000 !important;
    font-size: 16px !important;
    
}

/* Responsive Design */
@media only screen and (max-width: 1200px) {
    .vission_card {
        width: calc(33.33% - 20px) !important;
    }
}

@media only screen and (max-width: 900px) {
    .vission_card {
        width: calc(50% - 20px) !important;
    }
}

@media only screen and (max-width: 600px) {
    .vission_card {
        width: 100% !important;
        height: 280px !important;
    }

    .vission_img {
        height: 150px !important;
    }

    .vission_contant {
        height: 100px !important;
    }

    .vission_contant h1 {
        font-size: 14px !important;
        color: #333 !important;
    }
}

@media only screen and (max-width: 400px) {
    .vission_card {
        width: 100% !important;
        height: 240px !important;
    }

    .vission_contant h1 {
        font-size: 12px !important;
        color: #333 !important;
    }
}


/* About Page4 Styling */
#about_page4 {
    width: 100vw !important;
    padding: 60px 0px !important;
    background-color: rgb(143, 143, 143);
}

.mission_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
}

.mission_card {
    background-color: rgba(255, 255, 255, 0.876) !important;
}

.mission_img{
    width: 100% !important;
    height: 100% !important;
   
}
.mission_card:hover .mission_img{
    transform: rotate(20deg);
    transition: all 2s;

}

.mission_heading {
    padding-left: 20px !important;
    padding-top: 30px !important;
    padding-right: 10px !important;
    color: #000000;
    font-weight: 600;
}

.mission_para {
    padding: 20px 20px !important;
    text-align: justify !important;
    color: #000000;

}


@media only screen and (max-width: 600px) {
    .mission_img{
    width: 30% !important;
    height: 100% !important;
   
}
    .mission_wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-evenly !important;
    }

}


/* About Page5 Styling */

#about_page5 {
    width: 100%;
    padding: 40px 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    margin-top:10px!important;
}

.about_page5_box {
    width: 90%;
    background-color: #c5c5c5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    gap: 30px;
}

.about_image_wrapper {
    flex: 1;
    max-width: 300px;
}

.about_image_wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.about_text_wrapper {
    flex: 2;
}

.about_page5_box_heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_page5_box_para {
    font-size: 18px;
    margin-bottom: 10px !important;
}



.row {
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
    -ms-flex: 30%;
    /* IE 10 */
    flex: 20%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}
@media only screen and (max-width: 600px) {
    #about_page5 {
        width: 100vw !important;
        height: 900px !important;
        padding: 0px 0px !important;
        background-color: #ffffff;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .about_page5_box {
        width: 100vw !important;
        height: 450px !important;
        background-color: #ffffff;
        overflow: hidden !important;
    }
}
/* Style the buttons */

